net/http.http2clientStream.ctx (field)

6 uses

	net/http (current package)
		h2_bundle.go#L7704: 	ctx       context.Context
		h2_bundle.go#L8610: 		ctx:                  ctx,
		h2_bundle.go#L8733: 	ctx := cs.ctx
		h2_bundle.go#L8877: 	ctx := cs.ctx
		h2_bundle.go#L9289: 	ctx := cs.ctx
		h2_bundle.go#L9926: 	case <-cs.ctx.Done():